
      *** OpenKropki - an open-source 'kropki' implementation ***
                   http://openkropki.sourceforge.net


=== Introduction =============================================================

OpenKropki is an open-source implementation of the 'kropki' game.

'Kropki' is a pen & paper game that was quite popular in Poland (kropki),
Russia (точки), Czechoslovakia (židi), Ukraine (крапки) and a few other
eastern Europe countries. The game's name translates simply as 'dots'.

The concept is similar to Go, although it had to be adapted for on-paper
gameplay:

  * each player take turns into putting a new dot on the field.
  * when a player manages to put his dots all around a group of enemy dots, he
    creates a 'base', capturing the enemy's dots that lie inside.
  * a base cannot be trespassed by the enemy, but it can be captured.
  * the game ends when there is no place left on the field: the player that
    captured the highest number of enemy dots wins.


=== Controls =================================================================

OpenKropki is mouse-operated. Click on a field to put your dot. Scroll up/down
to change the zoom. Click and drag the mouse to sweep over the playfield.
Right-click restores the default zoom and recenters the playfield. Press ESC
at any time to go back to main menu.


=== Contact ==================================================================

Wanna get in touch? You'll find pointers how to do so on my homepage:
http://mateusz.viste.fr


=== History ==================================================================

The game was presumably born because of the widespread popularity of Go in the
Soviet Union during the '70. Difficulties associated with the lack of specific
equipment, as well as the complexity and ambiguity of some rules of Go from
the point of view of Europeans, led to an adaptation of Go to be played on
paper. Given the abundance of variations of the new game and its almost
simultaneous wide distribution across the USSR, this process most probably
took place spontaneously and did not have a single center.


=== MIT License ==============================================================

Copyright (C) 2014-2020 Mateusz Viste

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
